home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / util / shell+startup-tools / alock / alogo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  165 b   |  12 lines

  1. #ifndef ALOGO_H
  2. #define ALOGO_H
  3.  
  4. extern struct Image pos_img;
  5. extern struct Image neg_img;
  6.  
  7. extern UWORD        pos_cmap[];
  8. extern UWORD        neg_cmap[];
  9.  
  10. #endif
  11.  
  12.